home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / internet / amitcp3.0b / export / gnuemacs / add_to_.emacs
Encoding:
Text File  |  1997-11-21  |  565 b   |  15 lines

  1. AmiTCP/IP GNUEmacs support files has been installed into your system. In
  2. order to use TCP/IP program with your GNU Emacs you must add the following
  3. emacs-lisp lines into your s:.emacs file. (after installation you can
  4. recall this text by issuing the command: more util/EmacsTcp/add_to_.emacs)
  5.  
  6. --8<-----8<-----8<-----8<-----8<------>8----->8----->8----->8----->8--
  7. ; $Id$
  8. ; GNU Emacs networking support. 
  9.  
  10. ; Name of the program that initiates and holds the internet connection.
  11. (setq tcp-program-name "tcp_AmiTCP")
  12.  
  13. ; Load elisp wrapper for tcp_AmiTCP
  14. (load "tcp")
  15.